home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_521_Edit.Cut.txt < prev    next >
Text File  |  1989-04-09  |  159b  |  2 lines

  1. # (decoded with TMPL 11972)
  2. {----------}Procedure DoCut;Begin    if cur^.text <> nil then begin        TECut (cur^.text);        scrapDirty := true;    end;End; {DoCut}